home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / perl / prlbkxmp.lha / ch5 / randline.eg < prev    next >
Text File  |  1991-01-08  |  104b  |  4 lines

  1. perl -e 'srand;' \
  2.      -e 'rand($.) < 1 && ($it = $_) while <>;' \
  3.      -e 'print $it' 'ypcat passwd|'
  4.